home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 20 / AMIGAplus Sonderheft 20 (1999)(ICP)(DE)[!].iso / data / quickbrowser / install / English next >
Text File  |  1999-05-08  |  625b  |  29 lines

  1. ; InstallerFX script
  2. ;(if (= x 1) (welcome))
  3. ;
  4. ;(onerror (CLEANUP))
  5. ;
  6. ; Cleanup any temporary mess we created
  7. ;(procedure CLEANUP
  8.     ; Nothing to cleanup
  9. ;    (delete "t:Logopic")bb
  10. ;    (delete "t:Logopic.prefs")
  11. ;) ; CLEANUP
  12.  
  13. (copyfiles
  14.     (source "logopic")
  15.     (dest "t:")
  16.     (newname "Logopic")
  17. )
  18.  
  19. (set ver "0.6")
  20. (run "run c:InstallerFX t:logopic")
  21.  
  22. (message "QuickBrowser "ver "\nWelcome to the QuickBrowser installer script\n\nCopyright 1997/98, Stephen Griffiths & Griffware Productions")
  23.  
  24. (complete 0)
  25.  
  26. (set #Install-QuickBrowser "Where would you like QuickBrowser to be installed? I would advice to install it to C:")
  27.  
  28.  
  29.